AcsClient Object

The AcsClient object is used to display and manipulate information within the Access Control Service.

Declare the object using the following code:

CreateObject("CxAcs.AcsClient")

Each method in this document will assume you have declared the ACS object using the following code:

Dim AcsClient

Set AcsClient = CreateObject("CxAcs.AcsClient")

AcsClient.Connect("CYGDEMO.ACS")


More: